! existing link
if tagexists is true
  ! static text with level and tab
  NewLine
  cell static,local(@tag)&":"
  sizetofit
  set tabwidth -1 alignment right

  cell LinkButton
  TextExpression @contents.rec
  AppendedExpression view
  set border no Font "Hyperlink Text"
  sizetofit -1
  RecordLink @contents
  Help local("Click to view Submission record")
endif
